home *** CD-ROM | disk | FTP | other *** search
- stop();
- satuKaliSaja = true;
- this.onEnterFrame = function()
- {
- sedang = _root.getBytesLoaded();
- total = _root.getBytesTotal();
- xpersen = Math.floor(sedang / total * 100);
- persen = xpersen + " %";
- wpersen = Math.floor(xpersen);
- bar_mc.gotoAndStop(wpersen);
- if(sedang == total)
- {
- delete this.onEnterFrame;
- gotoAndStop("menu");
- }
- };
-